home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / inventor / inventorTemplates1.1.2 / README < prev    next >
Encoding:
Text File  |  1994-08-02  |  1.9 KB  |  53 lines

  1.     
  2.     ~4Dgifts/toolbox/src/exampleCode/inventor/inventorTemplates1.1.2 README
  3.  
  4.              includes Inventor nodes and audio and Inventor classes 
  5.                             based on Inventor 1.1.2
  6.  
  7.  
  8.   
  9.   The following are nodes that we created in response to unique needs we
  10.   had for the out-of-box experience.  They are being included because they
  11.   are genearl-purpose enuff to be useful to other people:
  12.  
  13.  
  14.   Audio Node
  15.   ----------
  16.   The Inventor Audio Node I created uses another class called the Play 
  17.   Class.  The Play Class allows playing, looping and fading of audio files, 
  18.   with a C++ interface.  The Play class uses the code from playaifc and 
  19.   also code from Dave Tristrams loopaifc.
  20.   
  21.   The Audio Node allows you to put audio into your Inventor scenegraphs.  
  22.   It provides an Inventor interface to the Play Class.  The only thing 
  23.   about it is that the audio has to be triggered by your program by using 
  24.   the play method on the node.
  25.   
  26.   The Audio Node requires the Play Class, but the Play Class can be used 
  27.   on its own.
  28.   
  29.   
  30.   Highlight Node
  31.   --------------
  32.   The Highlight Node was written by Howard Look.  It allows the programmer 
  33.   to create an alternate version of an Inventor Object to be used when the 
  34.   cursor passes over it.
  35.   
  36.   
  37.   Inventor Spline Class
  38.   ---------------------
  39.   The Inventor Spline Class uses the Spline Class, which is a C++ class for
  40.   working with splines.  The Inventor version of the Spline Class uses the 
  41.   Spline Class and allows Inventor vectors to be input rather than arrays 
  42.   of doubles.  This class is very useful for working with Inventor Camera 
  43.   Animations.  The original code for the Spline Class is derived from C 
  44.   code written by Drew Olbrich.
  45.   
  46.   
  47.   Record Class
  48.   ------------
  49.   The Record Class is a companion to the Play Class (see Audio Note above),
  50.   and is simply a C++ interface for recording aifc files.
  51.   
  52.  
  53.